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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T20:25:09+00:00 2026-06-04T20:25:09+00:00

dbname : table_name table : abc Remark1 Remark2 Remark3 Remark4 Remark5 1 2 3

  • 0

dbname : table_name

table : abc
Remark1 Remark2 Remark3 Remark4 Remark5
1       2       3       4       5


table : xyz
Kod_type description    
1      xxxx 
2      yyyy 
3      zzzz 
4      aaaa 
5      bbbb 

how do i join Remark1,Remark2,Remark3,Remark4,Remark5 with kod_type?

  • 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-04T20:25:11+00:00Added an answer on June 4, 2026 at 8:25 pm

    You do it the same way you will do normally –

    SELECT ABC.*, XYZ.* FROM XYZ, ABC
    WHERE 
    XYZ.KOD_TYPE=ABC.REMARK1
    AND XYZ.KOD_TYPE=ABC.REMARK2
    AND XYZ.KOD_TYPE=ABC.REMARK3
    AND XYZ.KOD_TYPE=ABC.REMARK4
    AND XYZ.KOD_TYPE=ABC.REMARK5
    

    If you need query where any one remark matches –

    SELECT ABC.*, XYZ.* FROM XYZ, ABC
    WHERE 
    XYZ.KOD_TYPE=ABC.REMARK1
    OR XYZ.KOD_TYPE=ABC.REMARK2
    OR XYZ.KOD_TYPE=ABC.REMARK3
    OR XYZ.KOD_TYPE=ABC.REMARK4
    OR XYZ.KOD_TYPE=ABC.REMARK5
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Given this XML: <?xml version=1.0 encoding=utf-8 ?> <queryableData> <table displayName=Shipments dbName=Quotes> <foreignKey column=CustomerId references=CustomerRegistration/>
I renamed the table by sp_RENAME (SQL SERVER 2008) sp_RENAME 'dbname.scname.oldtblname' 'dbname.scname.newtblnam' The resulting
table 1(ob): name,address table 2(address): dname,addr I need to update ob.address with address.addr when
declare @servername varchar(2000) set @EmriServerit=(select @@servername) declare @dbname varchar(2000) set @dbname ='Test1' declare @Dir
I am using EntLib 4.1. _db = DatabaseFactory.CreateDatabase(DbName); DbCommand dbCommand = _db.GetStoredProcCommand(someProcedure); _db.AddInParameter(dbCommand, Id,
~~~~~@debian:~/Workspace/SEPM1$ java -cp lib/hsqldb.jar org.hsqldb.server.Server -database.0 mydb -dbname.0 SEPM1 [Server@46f5c8fb]: [Thread[main,5,main]]: checkRunning(false) entered [Server@46f5c8fb]:
I'm using this code and I'm beyond frustration: try { $dbh = new PDO('mysql:dbname='
SOLVED: This works: DROP PROCEDURE IF EXISTS drop_all_tables_from_specified_database; DELIMITER $$ CREATE PROCEDURE drop_all_tables_from_specified_database(IN dbname
I have an ORM class called Person, which wraps around a person table: After
I use this command to drop a table in sql-server 2008 IF EXISTS(SELECT name

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.