1200GS parts @ Wunderlich

  • Thread starter Thread starter chris567
  • Start date Start date

chris567

Guest
Wunderlich seem to have adopted a simple pricing policy for there 1200GS parts on their UK web site in that everything is £100

whilst most bits are a bit expensive at that i am sure there are a few bargins to be had!!!
until they fix it which i hope is soon so i can order some bits for my GS which arrives in Nov
 
The UPDATE statement allows you to update a single record or multiple records in a table.

The syntax the UPDATE statement is:

UPDATE table
SET column = expression
WHERE predicates;

or in this case....

UPDATE Prices SET NetPrice = 100[Return] OhFuk!


Not that I've ever done anything like that.
 
mtwhobbs said:
The UPDATE statement allows you to update a single record or multiple records in a table.

The syntax the UPDATE statement is:

UPDATE table
SET column = expression
WHERE predicates;

or in this case....

UPDATE Prices SET NetPrice = 100[Return] OhFuk!


Not that I've ever done anything like that.

NURSE!!!!!!!!
 


Back
Top Bottom