Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I would like to do a script like these in sql
Number of cars
SELECT * FROM Table WHERE Type = 'car' and date='17/01/01'
-- Active cars
SELECT DISTINCT (Machine) FROM Table WHERE Type= 'car ' and date='17/01/01'
any suggestions please ?
Hi Zied,
What do you want to use as data source (excel, txt, ...)?
Hello i am connected to a database