pmcmicha
Technical User
- May 25, 2000
- 353
I have a table that I need to delete records from, but my syntax is incorrect, could someone please correct this:
1> DELETE * FROM {TABLE} WHERE {ARG}="{VALUE}"
2> GO
I am getting this error:
Msg 102, Level 15, State 1:
Server 'SYBASE', Line 1:
Incorrect syntax near '*'.
Thanks.
1> DELETE * FROM {TABLE} WHERE {ARG}="{VALUE}"
2> GO
I am getting this error:
Msg 102, Level 15, State 1:
Server 'SYBASE', Line 1:
Incorrect syntax near '*'.
Thanks.