select names starts with a,b,c

Answer Posted / senthil

SELECT NAMES FROM TABLE_NAME
WHERE lower(NAME) LIKE 'a%'
or lower(NAME) LIKE 'b%'
or lower(NAME) LIKE 'c%';

Is This Answer Correct ?    8 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

In my application I have a process which picks the scanned files (tif format) from a shared location and it links to application and shown on it.The actuall issue is that my process picks the file before it is completly written or scanned which results in displaying few parts of the image or incomplete image.I need to check if the file is not completly scanned or written then do not link it to application.Please help if any body tell me that how can i check that file is in written phase or locked through DTS.thanking you in advance

1720


Beginning with sql server version 7 0, a new enhanced data type nchar was added what type of data is supported with this data type?

675


How do I create a stored procedure in sql server?

691


How to create a new login name in ms sql server?

703


How to insert new line characters into strings?

727






What is PROJECTION Operation?

767


Write a sql query to display the current date?

826


Which sql server table is used to hold the stored procedure script?

664


What are different types of raid configurations? : SQL Server Architecture

731


What is indexed view?

754


What are the advantages of policy management?

749


define and explain the differences between clustered and non-clustered indexes.

822


How to find out the list schema name and table name for the database?

709


What is the difference RDBMS and Graph Database?

804


What is sqlservr.exe - process - sql server (sqlex?press)?

792