In MS SQL, I can do the following statement
select count(*) from table1
go
select count (*) from table2
go
This will return 2 results, with count of each table. How would I do the
same thing in MySQL?
Tim Davis
Sunbelt Systems Concepts, Inc
[EMAIL PROTECTED]
Client/Server Database Programmer/A
What is the SQL to get the created AutoInc ID from a row that I have just
inserted?
Tim Davis
Sunbelt Systems Concepts, Inc
[EMAIL PROTECTED]
Client/Server Database Programmer/Analyst
-
Before posting, please check:
http://w