The Sybase database is a great option provided by SAP Company, currently this DBMS has gained much space in the market for Web development and can you have more information about this on our official page about Sybase in PHP projects. Because of this situation it is important to understand how the database works and then we’ll learn how to perform a query on tables that are contained in it.

Using SQL language, the command used to query records in the table is SELECT. Check it out below.

SELECT [Columns] FROM [Table]

The syntax used is very similiar to other DBMS, so it is very simple to understand it if you’ve mastered some database that uses it. Below we go to a practical example where a query is performed on the Products table.

SELECT Name, Price, Color FROM product

In the example above the query will return all records from the table, but for that you have more quality of the analyzes you can still use other command like:

  • ORDER BY: Used for ordering data table from column;
  • GROUP BY: Used for grouping data table from column;
  • WHERE:Clause used to filter a query from a conditional.

SELECT Name, Price, Color FROM product ORDER BY Name

SELECT Name, Price, Color FROM product GROUP BY Color

SELECT Name, Price, Color FROM product WHERE Price > 500

In the first example the query will return the data sorted by the Name column, in the second we have a query grouped by the colors of each product and the last query only products that cost more than 500 dollars.

I hope you enjoyed these tips. Follow our blog and stay on top of all the news.

By ,

October 14, 2013

a

You might also like…

How to Create and Read QR Codes and Barcodes

“Point your cell phone camera to read the QR code.” This phrase has been increasingly recurring...

Why is Low-Code essential for any business?

Low-Code is the IT term that refers to the process of using little code to develop software and app...

“The Preventus Medical Center system has more than 222,000 patients and 115 professionals.” (DRey Solutions)

Check out how DRey Solutions uses Scriptcase to streamline and synthesize the process of maintenanc...

You might also like…

Get new posts, resources, offers and more each week.

We will use the information you provide to update you about our Newsletter and Special Offers. You can unsubscribe any time you want by clinck in a link in the footer of any email you receive from us, or by contacting us at sales@scriptcase.net. Learn more about our Privacy Police.