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
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
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?
How do I create a stored procedure in sql server?
How to create a new login name in ms sql server?
How to insert new line characters into strings?
What is PROJECTION Operation?
Write a sql query to display the current date?
Which sql server table is used to hold the stored procedure script?
What are different types of raid configurations? : SQL Server Architecture
What is indexed view?
What are the advantages of policy management?
define and explain the differences between clustered and non-clustered indexes.
How to find out the list schema name and table name for the database?
What is the difference RDBMS and Graph Database?
What is sqlservr.exe - process - sql server (sqlex?press)?