Click here to Skip to main content
15,904,024 members

Comments by Andrew Budiman (Top 19 by date)

Andrew Budiman 26-Oct-15 7:20am View    
i've known this, but i'm using json and datatable.net framework so i query it all at once, and then put it at the json and datatable, how can i do it ?
Andrew Budiman 9-Oct-15 11:45am View    
oops i'm sorry, its my bad, i'm using PostgreSQL version 9.4.
Andrew Budiman 8-Oct-15 14:23pm View    
Hi Suvendu,

what if the scenario become like this,

id_user | equity | schedule
123 | 2000 | 2015-09-29
124 | 2000 | 2015-09-29
125 | 2000 | 2015-09-29
126 | 2000 | 2015-09-29
127 | 2000 | 2015-09-28
123 | 3000 | 2015-09-28
124 | 3000 | 2015-09-28
125 | 1000 | 2015-09-28
126 | 1000 | 2015-09-28
127 | 2000 | 2015-09-27


id_user | summary | schedule
123 | -1000 | 2015-09-29
124 | -1000 | 2015-09-29
125 | 1000 | 2015-09-29
126 | 1000 | 2015-09-29
127 | 0 | 2015-09-28

how can i do that ?

thanks.
Andrew Budiman 8-Oct-15 14:08pm View    
Thanks very much, as if your query is very helpful to me.
Andrew Budiman 27-Jul-15 10:18am View    
isn't this using a div tag ? not using a <input type="text" ?