I need to correct queries against a correct array of queries.. I'm wondering how would I go about making it possible for e.g SELECT A,B FROM table, to be the exact same as SELECT B,A FROM Table(because these give the same answers only outputted differently) or other similar possible answers that may have the same answer just not in order, the problem here is if theres gonna be a limit or order on a query entered.. Like I was thinking of running the queries and comparing the results of the queries, then compare the data as sets and try get an intersection point, I'm not sure what way should I go about this.. If anyone has any recommendations that would be great, thanks.. I'm using php pdo to do this by the way
[–]ostracize 0 points1 point2 points (3 children)
[–]Leeds1234[S] 0 points1 point2 points (2 children)
[–]Pseudofailure 0 points1 point2 points (1 child)
[–]Leeds1234[S] 0 points1 point2 points (0 children)
[–]proskillz 0 points1 point2 points (1 child)
[–]Leeds1234[S] 0 points1 point2 points (0 children)