Skip to content

Instantly share code, notes, and snippets.

@petrprikryl
petrprikryl / function.py
Last active June 26, 2023 06:31
Django table function
#############################
# Table Functions
#############################
'''
CREATE OR REPLACE FUNCTION get_user(INTEGER DEFAULT NULL, VARCHAR DEFAULT NULL)
RETURNS TABLE(
id INTEGER,
user_id INTEGER,
one_id INTEGER,
username VARCHAR,