0

Here's my issue : I imported a .csv file on My SQL, but the rows aren't numbered. I only need the results among the 300 first lines in the csv document (so in the iput file. Is there a way to access to the original number of the row in the sql document, or should I create a new column called row_id ? Here's the request I want to send to Mysql SELECT * FROM tipe.voitures WHERE —*Row_id <=300*— AND location = 'peachtree' AND (Section_ID =4 OR Int_ID =3) And v_vel<3.5 AND LOCAL_Y <1350 AND LOCAL_Y >1230 ORDER BY Global_Time ASC;

Romanion
  • 13
  • 3

0 Answers0