skip to Main Content

Random rows from MySql

I have a table in MySql database with thousands of records. The structure is as below Here the column "difficulty" has three possible values, which are A, B, and C. Question is I need to retrieve 10 random rows from…

VIEW QUESTION

Mysql – SQL SELECT and WHERE

I Want to select transactions under PL Category 52105 and transaction codes 9007 & 9803, but the results are are picking other transaction codes other than those 2. Where am I getting it wrong? FROM [Steward].[dbo].[vwNONFUNDED_RECOMP_04] WHERE PL_CATEGORY_CATEG_STMT IN ('52105')…

VIEW QUESTION
Back To Top
Search