首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 开发语言 > C++ Builder >

又来有关问题了,关于Select top 变量的有关问题

2012-02-05 
又来问题了,关于Select top 变量的问题chaxunnumber 是字符串sqlSelect top +QuotedStr(chaxunnumber)+

又来问题了,关于Select top 变量的问题
chaxunnumber 是字符串

  sql="Select top "+QuotedStr(chaxunnumber)+" * from TABLE1";
  // sql="Select top 2 * from TABLE1";
上面的语句里应该怎么改?

[解决办法]

探讨
chaxunnumber 是字符串

热点排行