Imran Kabir
How to get a book from database MS access that contain 'i' charactor in it's name like internetbook or networkingbook. what will be java query for this purpose?
By Imran Kabir in SQL Server on Apr 14 2008
  • Dhiraj Kumar
    Apr, 2008 21

    select * from book where bookname like '%i%'

    Here book- table name

    bookname:- name of book on which u want to filter

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS