I\'m so confused with sprintf that a funny problem with different platfrom. Code :
int main () { char sql[1024]; uint32_t app_id = 32; uint64_t
Try:
sprintf(sql, "%lu, %u", task_id, app_id);