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

  • SEARCH
  • Home
  • 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 6993441
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T19:45:54+00:00 2026-05-27T19:45:54+00:00

Is it possible to insert MySQL functions using bindValue() ? My code below just

  • 0

Is it possible to insert MySQL functions using bindValue()? My code below just gets outputted as the string 'NOW()' instead of the function NOW() (without quotes).

$sthandler->bindValue(1, 'NOW()');
  • 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-05-27T19:45:55+00:00Added an answer on May 27, 2026 at 7:45 pm

    No. A query parameter substitutes only for a single constant value. For example, a numeric constant or literal string or date.

    Anything else — column names, table names, SQL keywords, functions, expressions — must be in the SQL string at parse time.


    Re your comment:

    You should understand that parameters are not just a convenience to interpolate extra strings into your SQL. PREPARE is analogous to a compile phase for Java or C#, whereas EXECUTE is analogous to running the compiled code.

    Prepare time is when the RDBMS does syntax checking, and also validation of references. It must give an error if you name a table that doesn’t exist, or invoke a function that doesn’t exist.

    You can’t pass table names or function calls as parameters because then the RDBMS wouldn’t be able to validate those references at prepare time. You shouldn’t be able to use a query parameter to change the syntax of the statement, or introduce invalid tables or functions.

    So the parameter placeholder must be an irreducible syntactic element that is never an invalid reference, i.e. a single literal value — a number or a string.

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

Sidebar

Related Questions

Using only MySQL , I'm seeing if it's possible run an insert statement ONLY
is it possible to insert an object into a session instead of creating a
I am using QSqlQuery to insert data into a MySQL database. Currently all I
I'm passing a large dataset into a MySQL table via PHP using insert commands
I'm using an INSERT .. SELECT statement in mysql to copy information from one
What is the postgres equivalent of the below mysql code CREATE TABLE t1 (
I'm having trouble getting Hibernate to perform a bulk insert on MySQL. I'm using
Is it possible to trigger a PHP function by just clicking a link? Or
Possible Duplicate: mySQL - Insert into three tables I want to know if I
Is it possible to insert columns into a MySQL table?? I've created a table

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.