How to get data from database?

Hi,

I want to get all the records from the table.

What is the query to get all the records from the database?

August 24th, 2015 1:18am

select statement without any condition can be .
Actually ,Can you tell the purpose of doing ? and What do you mean by all records from database? 
Free Windows Admin Tool Kit Click here and download it now
August 24th, 2015 1:22am

Hi Noor,

To get all the records from table please use the following query:

Select * from Table1

Where Table1 is the name of table.

August 24th, 2015 1:23am

Hi Noor,

You can use select statement to get all records from the table.

Select * from Table

Please read below SQL tutorial link to understand the SQL queries,

http://www.w3schools.com/sql/default.asp

Free Windows Admin Tool Kit Click here and download it now
August 24th, 2015 1:27am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics