insert into TEST_T set ID_C=11;
IDだけ入れてあとはnullの文字NAME_C = nullではだめなので注意。
select * from TEST_T where NAME_C is null; select * from TEST_T where NAME_C is not null;
insert into TEST_T set ID_C=11;
IDだけ入れてあとはnullの文字NAME_C = nullではだめなので注意。
select * from TEST_T where NAME_C is null; select * from TEST_T where NAME_C is not null;
トラックバックURL: http://www.adg7.com/mt/mt-tb.cgi/507
コメントする