Mamath93
Results
1
issues of
Mamath93
var query = { text: 'SELECT * FROM advertisement WHERE (brand_class = ($1) AND product_class = ($2)) ', values: [brand_class,product_class] }; const client = await pool.connect(); const res = await...
waiting for more info