[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Not Strictly LSMB but....



Hi All,
I'm trying to get to grips with SQL (who knows, I may even produce
something worthwhile for the project!) only having some very basic
knowledge. I'm using phppgadmin for SQL type things.

A weekly task is updating prices. So far I've got

UPDATE parts
SET sellprice = 0.34, listprice = 0.34
WHERE partnumber = '7316'

which is fine, but how do I read a CSV file in? All the examples I've
found on the web seem to just "assume" that bit!

Thanks in advance.

Richard 
 
By the by, day one of going live with LSMB went well!