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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 2, 20262026-06-02T02:25:47+00:00 2026-06-02T02:25:47+00:00

I have this table: first_name | last_name abc def aaa bbb … … I

  • 0

I have this table:

first_name | last_name

 abc       def
 aaa       bbb
 ...       ...

I want to make a query that will get a string and find

if this string equals (or part of) – “first_name (space) last_name”

for example, a good queries will be:

a

ab

abc d

abc de

aaa bbb

I tried this selection:

String selection = "first_name" + " " + "last_name" + " LIKE '" + GIVEN_STRING + "%'";

but without luck

how can i achieve it?

  • 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-02T02:25:50+00:00Added an answer on June 2, 2026 at 2:25 am

    SELECT (first_name || ” ” || last_name) AS full_name WHERE full_name LIKE ‘%blah%’

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

Sidebar

Related Questions

I have a table People (First_Name, Last_Name). This table has records that are duplicated
i have a table (tbl_world) which look like this id | first_name | last_name
I have created table using this command successfully create table Person( first_name varchar(25) not
I have this table structure: CREATE TABLE users ( uid bigint NOT NULL, first_name
Hey guys, I have this query. SELECT COUNT(purchase_log.id), purchase_log.date_purchased, purchase_log.total_cost, purchase_log.payment_status, cart_contents.product_name, members.first_name, members.last_name,
i have this table of comments (little over 1 milion rows) that gets around
Say I have this simple form: class ContactForm(forms.Form): first_name = forms.CharField(required=True) last_name = forms.CharField(required=True)
I've tried this: SELECT first_name,last_name,company_name FROM users ORDER BY last_name, company_name ASC I have
I have a user table like this FIRSTNAME | LASTNAME | ID | --------------------------------
Let's say I have a table like this: name |order_id ======================= first_record | 0

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.