Selasa, 11 Januari 2011

Insert SQL Command Query in Sybase

Sybase has differences SQL command if we compare with another database. But we just use our logic and find the right SQL Command on the Internet. I Guarantee that it would be works.

insert tb_test (no,nama) values (1,"Picas")
Related Post:

Where value 1 has type Int
and "Picas" has type nVarchar

Tidak ada komentar: