doukongyong44772 2016-05-13 14:31
浏览 42
已采纳

使用php连接与ingres的ODBC连接

I am using the php odbc connection to connect the ingress database it no sql database.Here I want to use the limit or top or first command in the query.I have tried with all options it gives the syntax error.kindly suggest any one regarding this.

my query is

  1. select TOP 10 * from emp;
  2. select * from emp limit 10; & select * from emp limit 0,10;
  3. select * from emp first(10);

thanks

  • 写回答

1条回答 默认 最新

  • douyou7102 2016-05-13 14:43
    关注
    Select First 10 * from myTable
    

    Reference-1

    Reference-2

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥15 请提供一个符合要求的网页链接。
  • ¥20 用HslCommunication 连接欧姆龙 plc有时会连接失败。报异常为“未知错误”
  • ¥15 网络设备配置与管理这个该怎么弄
  • ¥20 机器学习能否像多层线性模型一样处理嵌套数据
  • ¥20 西门子S7-Graph,S7-300,梯形图
  • ¥50 用易语言http 访问不了网页
  • ¥50 safari浏览器fetch提交数据后数据丢失问题
  • ¥15 matlab不知道怎么改,求解答!!
  • ¥15 永磁直线电机的电流环pi调不出来
  • ¥15 用stata实现聚类的代码