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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T03:21:49+00:00 2026-05-24T03:21:49+00:00

Having the following table schema: id | english_name | russian_name | year ————————————— 5

  • 0

Having the following table schema:

id | english_name | russian_name | year
---------------------------------------
 5 |   The Book   |    Kniga     | 2008

and the given input: Kniga 2008;

Is it possible to reproduce the following steps?

  • Search russian_name for EXACT MATCH. If matched, return the row;
  • If no matches, search english_name for EXACT MATCHES.
  • If still no matches, like in the following case (input is Kniga 2008), then try to look among columns and see if there is ANY COMBINATION of columns matched. In this particular case russian_name and year will match.
  • Ignore characters like -, /, : so if the given input is: The Book / Kniga 2008 or is The Book : 2008, the results should still contain the row above.
  • 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-24T03:21:49+00:00Added an answer on May 24, 2026 at 3:21 am

    It’s not pretty, but:

    SELECT * FROM books WHERE russian_name = ? OR english_name = ? OR CONCAT(russian_name, ' ', year) LIKE ? OR CONCAT(english_name, ' ', year) LIKE ?
    

    where the query string is set to the first two question marks, and the second and third as:

    '%' . str_replace ( ' ', '%', $query ) . '%'
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Given the following html table and script shown below I am having a problem
Having the following table schema: tablename( name varchar[100], age int, sex char[1] ) Having
I am having a table with following schema: CUSTOMERS (id INT, name VARCHAR(10), height
i m having following type of simple sql server table Here I want to
I have a table named with Sales having the following columns: Sales_ID|Product_Code|Zone|District|State|Distributor|Total_Sales Now i
I'm having the following two tables... Table : room_type type_id type_name no_of_rooms max_guests rate
I'm Working with a new Oracle DB, with one table having the following indexes:
I have the following query: select column_name, count(column_name) from table group by column_name having
I have the following code: SELECT <column>, count(*) FROM <table> GROUP BY <column> HAVING
i'm having a problem with my database. I have the folowing: create table book

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.