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 8219869
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 7, 20262026-06-07T13:19:40+00:00 2026-06-07T13:19:40+00:00

$query = mysql_query(SELECT * FROM test WHERE SUBSTRING(date,0,4)=1392) //for example 1392 echo query[‘name’]; i

  • 0
$query = mysql_query(SELECT * FROM test WHERE SUBSTRING(date,0,4)="1392") //for example 1392
echo query['name'];

i want to get 4 first character and check its equal with 1392 or not .
but its return 1054 my column name type is varchar and i have no idea about this.

  • 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-07T13:19:42+00:00Added an answer on June 7, 2026 at 1:19 pm

    MySQL count char from 1, not from 0 as php.
    try

    SUBSTRING(date,1,4)="1392"
    

    or if you want the year

    YEAR(date)="1392"
    

    http://dev.mysql.com/doc/refman/5.5/en/string-functions.html#function_substring

    EDIT test exemple

    CREATE TABLE babak (name VARCHAR(20) NOT NULL, date VARCHAR(10) NOT NULL);
    INSERT INTO babak SELECT 'test', '1391/11/11';
    INSERT INTO babak SELECT 'correct', '1932/11/11';
    
    SELECT * FROM babak WHERE YEAR(date) = 1932;
    +---------+------------+
    | name    | date       |
    +---------+------------+
    | correct | 1932/11/11 |
    +---------+------------+
    
    SELECT * FROM babak WHERE SUBSTRING(date, 1, 4) = 1932;
    +---------+------------+
    | name    | date       |
    +---------+------------+
    | correct | 1932/11/11 |
    +---------+------------+
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

This is my code: $query = mysql_query(SELECT * FROM books ORDER BY id) or
now i use this code: $welcome_text = mysql_query(SELECT * FROM `text` WHERE `name` =
I am using a PHP mySQL query. Struggling with a Joins. mysql_query(SELECT * FROM
<? $tablae = mysql_query(SELECT * FROM order_history where (type!='rent_referral' AND type!='rental_balance') AND date>' .
I have a query select * from test; I have to add UNION after
$line = @mysql_query(SELECT * FROM clips, userclips WHERE userclips.userid='$id' AND userclips.clipid=clips.id ORDER BY clips.title);
$result = mysql_query(SELECT * FROM project ORDER BY projectid); while($row = mysql_fetch_array($result)) { return(array($row['projectid'],
this is the mysql query SELECT * FROM users AS up JOIN users AS
I have a mysql query Select * from tbl_schoolphotos where Filename like 'glasshouse_1_%' order
I have a MySQL query SELECT * FROM 'redirect' WHERE 'user_id'= \''.$_SESSION['user_id'].' \' ORDER

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.