Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8731915
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T09:20:40+00:00 2026-06-13T09:20:40+00:00

I am trying to make a user defined function that returns nothing. I have

  • 0

I am trying to make a user defined function that returns nothing. I have the body:
select form from bookings where id=$1 where $1 is the first and only argument the function takes.

I’ve tried

create function findBookgins(character varying(100)) returns void
select form from bookings where id=$1;

and I get an error at the select. I just want the table created to be displayed.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-13T09:20:42+00:00Added an answer on June 13, 2026 at 9:20 am

    You have syntax errors in your function. You need to properly quote the body of the function.

    CREATE FUNCTION findBookgins(character varying(100)) RETURNS VOID AS
    $$
      SELECT form FROM bookings WHERE id=$1;
    $$
    LANGUAGE SQL
    ;
    

    I think the documentation on SQL-based functions will be particularly helpful to you.

    By the way, I really can’t believe you want this particular function to return nothing. What is the point of that?

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have had quite some difficulty trying to make a User Defined Function (UDF)
I'm trying to make a function that checks if the user is logged in.
I am trying to make my own user control and have almost finished it,
I am trying to make a function that takes 2 numbers and will create
Here is what I am trying to accomplish. I have a form that uses
Here is jsfiddle ! I am trying to make user page where he can
I'm trying make a login window where a user is prompted to enter their
I am trying to make the same user interface to preview image like on
So I'm trying to make a custom user control for a Windows Phone 7
Trying to make an xna game, where the user needs to tap to stop

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.