Posts by Robson Argolo • 31 points
4 posts
-
1
votes0
answers39
viewsQ: Fill in Combobox based on another
I’m designing a website in the Ruby on Rails language. I’m creating all of Javascript now. I have a javascript question in a Ruby application I have the following code: ajaxBar = (unity_id) ->…
-
1
votes0
answers56
viewsQ: Perform a Query String
Staff have the following method and Query: mt_dispositivo = MtDispositivo .where("id_conta = 28 or id_conta = 29 or id_conta = 30 or id_conta = 36") .select('nome, data_criacao, data_atualizacao,…
-
1
votes1
answer46
viewsQ: Export from SQL to Excel and perform Download Syntax error: Unexpected ',', expecting end-of-input
I made this Query MtDispositivo.where("id_conta = 28 or id_conta = 29 or id_conta = 30 or id_conta = 36") This Query returns me all accounts containing the Ids: 28, 29, 30 and 36. Could you give me…
-
0
votes2
answers54
viewsQ: Query that returns multiple results
I have this query MtDispositivo.where("id_conta = ?", "28") that returns to me all accounts that present the ID_CONTA = 28. Below I have these other Querys that return me same result that are…
queryasked Robson Argolo 31