Rousseau10
Programmer
what is good web site to get T-SQL syntax
I forgot my T-SQL book and cannot even delete rows from a table. I am converting from access.
My
DELETE * FROM CUSTOMERS
give me an error on the asterisks .
Althoug I read if I want to delete all rows I should just truncate since it does not lof the transaction and add unneeded cost
But I do not know the truncate systanx either so I need a good site, tanx again
I was the first American Soldier to put a basketball hoop up in Iraq, only to have it stolen by a soldier from different camp. Newbee - Adam
I forgot my T-SQL book and cannot even delete rows from a table. I am converting from access.
My
DELETE * FROM CUSTOMERS
give me an error on the asterisks .
Althoug I read if I want to delete all rows I should just truncate since it does not lof the transaction and add unneeded cost
But I do not know the truncate systanx either so I need a good site, tanx again
I was the first American Soldier to put a basketball hoop up in Iraq, only to have it stolen by a soldier from different camp. Newbee - Adam