Viewing 3 replies - 1 through 3 (of 3 total)
  • I think you just use the WHERE Clause eg

    where=”name = ‘Fred'”

    Thread Starter vinay9599

    (@vinay9599)

    @jane Taubman – Thanks for the help. I tried multiple option but was finally successful in displaying the result i desired

    I used the following option to display columns i needed from the query to be displayed on http://ncrcricket.com/sql-test-page/

    [abase sql = “SELECT Mat, Inn,No,Runs,Balls,4s,6s,S/R,Ave, 100,50 FROM wce_table WHERE Name = ‘Sanjeev’ LIMIT 0 , 30″]

    The only thing that is missing now is aligning the columns as they do not show in sync with the header

    Above query helped me a lot for single record selection!

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘How to show specific rows?’ is closed to new replies.