MSSQL SELECT INTO & MYSQL CREATE TABLE
相同用途,語法不同
MSSQL
SELECT * INTO temp FROM songlist where dt > '2009-10-01 16:53:00'
MYSQL
create table temp select * from songlist where dt > '2009-10-01 16:53:00'
相關文章:
相同用途,語法不同
MSSQL
SELECT * INTO temp FROM songlist where dt > '2009-10-01 16:53:00'
MYSQL
create table temp select * from songlist where dt > '2009-10-01 16:53:00'
相關文章:
最新迴響