Opened 2 years ago

Closed 2 years ago

#5 closed task (fixed)

SQL statements implementing selecting ads from database

Reported by: Bart Owned by: Bart
Priority: blocker Milestone: mvp
Component: redirector Version: 1.0
Keywords: sql php Cc:

Description

I should use proper code in stead of the current hard-coded redirects.

Change History (2)

comment:1 by Bart, 2 years ago

Lol

DECLARE ad ad_link;
ad := SELECT interesting(crude, advertising_id, charity, referrer);
INSERT INTO l (GUID, Forward) VALUES (link_id, (SELECT link FROM ad));
SELECT image_link FROM ad;
Version 2, edited 2 years ago by Bart (previous) (next) (diff)

comment:2 by Bart, 2 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.