Avatar

No postgresql. (Features)

by pdp-7, Thursday, May 16, 2019, 07:37 (1808 days ago) @ Auge

Example:

Task: return datasets 26 to 50 for a paginated listing

*Bunch of SQL that hurt my eyes removed :)

Just wondering if that kind of pagination would be possible to do by other mean than with SQL? Have no idea about your design so this might not be an option.

I mean use simple SQL and roll that data in one by one and not in chunk like in your example? Would make SQL simple and PHP does the magic of 26 to 50 ..

Probably talking complete nonsense here. But just a thought that popped into my mind.

I'll get back to you when know more about the matter of conversion

--
MOV AX,5301
XOR BX,BX
INT 15
MOV AX,530E
XOR BX,BX
MOV CX,0102
INT 15
MOV AX,5307
MOV BX,0001
MOV CX,0003
INT 15
RET


Complete thread:

 RSS Feed of thread