Hi
I have sql file to create multiple tables, i want to comment some of them
spanning multiple lines.
what is the special character used to comment multiple lines.
like we use for oracle
/* these are commented
lines and will be ignored
*/
I am running this script file from command window but when i use /* and */ it is executing all the stmts.
Thx