clickhouse icon indicating copy to clipboard operation
clickhouse copied to clipboard

Allow use post body for Queries

Open bookin opened this issue 6 years ago • 4 comments

Some of my Queries really too long and GET parameters don't allow me to make correct requests. For example, I need to set to the WHERE IN () about 3k items, I can't do it in the GET parameters

bookin avatar Dec 19 '19 23:12 bookin

You can use with IN external data, and in query like this

TimonKK avatar Dec 20 '19 08:12 TimonKK

Right now it will give more problems than just send POST Just interesting why you don't want to use POST?

bookin avatar Dec 23 '19 19:12 bookin

Use POST is not problem. But into each tools exists some techniques for resolve regular problems. For too long IN - external data. First a wall, test npm run test http://prntscr.com/qevqf0 should'nt fail

TimonKK avatar Dec 23 '19 20:12 TimonKK

this is great for me as well, my table has more than 80 columns and a complex query gets too long.

sarthaksahni avatar Apr 29 '20 08:04 sarthaksahni