SQL语句可以这么写么?
select * from products where type_id='"&"what is new"&"' or type_id='"&"fish"&"' or type_id='"&"lures"&"' order by class_id
这样写可以么?有没有违反sql语句的规范?
select * from products where type_id='"&"what is new"&"' or type_id='"&"fish"&"' or type_id='"&"lures"&"' order by class_id
这样写可以么?有没有违反sql语句的规范?
2006-12-30 23:52

2006-12-30 23:57

2006-12-31 10:35

2006-12-31 14:48
他的值是从外部取得的,按他自己写的即可

2006-12-31 14:52
2006-12-31 15:11
2007-01-01 01:32
2007-01-01 14:00