slqsqlsql2005-04-05 01:44:51
I have a tatabase table which has three columns:FistName,LastName,Grade. I would like to run a query such that a new column serves as serial number can be seen. I guess there might be a function, say, serialNumber(), that I can use in the following query:
select serialNumber(),FistName,LastName,Grade form myTable;
For some reason, it is impossible or not desired to have a column serveing as serial number built in.
Please advise. Thanks.
2Difficult2005-04-05 07:43:08
what's tatabase ?
erevCanDoI2005-04-05 15:20:47
It's general database or what